home *** CD-ROM | disk | FTP | other *** search
- stop();
- if(_root.merri._currentframe == 1)
- {
- _root.bgSound.setVolume(_root.snd_calc);
- }
- i = 1;
- while(i < 40)
- {
- _root.inven["box" + i]._visible = false;
- if(_root.inven["box" + i].orig_x == undefined)
- {
- _root.inven["box" + i].orig_x = _root.inven["box" + i]._x;
- _root.inven["box" + i].orig_y = _root.inven["box" + i]._y;
- }
- _root.inven["box" + i]._x = _root.inven["box" + i].orig_x;
- _root.inven["box" + i]._y = _root.inven["box" + i].orig_y;
- i++;
- }
- _root.min_objects = 1;
- _root.max_objects = 1;
-